*.deployed files are created by JBoss AS7 upon deployment, what you could do is to create these files manually for wach war file in deployments directory but instead of deployed make it dodeploy, for instance jbpm-gwt-console.war.dodeploy and if server is not running start it. AS7 should pick it up and deploy all the apps.
Server log can be found in jboss-as-7.0.2.Final/standalone/log
HTH