I have created the Web application(Spring MVC) using spring boot and executed it via in-build server apache tomcat( maven tomcat plugin). it is working fine. So my question is how to deploy this WAR into WAS 7.0 application server.
You just need to change packaging in Maven to WAR and define deployment descriptor. Read this section if Spring Boot reference docs.