You don't need the Sun JavaEE deployment tool to deploy on JBoss AS.
Deployment on JBoss AS is as simple as copying your application (ex: .war file) to the JBOSS_HOME/server/< servername>/deploy folder. The other way to deploy the application is through the admin-console (http://localhost:8080/admin-console)